SixBit API Schema
ListingTypeType Simple Type
Description
The listing type of a listing.
Namespace (none)
Type
Restriction of xs:string
Diagram
ListingTypeType Simple Type
Overview
ListingTypeType Restriction of xs:string
The listing type of a listing.
Facets
EnumerationUnknown
EnumerationAuction
EnumerationAuctionWithBuyItNow
EnumerationFixedPriceItem
Source
<xs:simpleType name="ListingTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The listing type of a listing.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Auction" />
    <xs:enumeration value="AuctionWithBuyItNow" />
    <xs:enumeration value="FixedPriceItem" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.